Uses the Resource Manager to swap in code resources when called. The linker of a Macintosh development system divides an application into segments of 32K or smaller; inter-segment jumps or calls go through a jump table in CODE resource 0, which invokes the Segment Loader to bring in the correct piece of relocatable code and jump to it.